home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1154 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1023 b 

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP: Calling functions from DLLs
  5. Date: 9 Jan 1996 10:15:46 GMT
  6. Organization: Pipeline USA
  7. Message-ID: <4ctf8i$nkb@news1.usa.pipeline.com>
  8. References: <1996Jan9.004130.8690@ohstpy>
  9. NNTP-Posting-Host: pipe9.h1.usa.pipeline.com
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete)
  13. X-Newsreader: Pipeline USA v3.3.0
  14.  
  15. On Jan 09, 1996 00:41:30 in article <Re: HELP: Calling functions from
  16. DLLs>, 'vancleef@ohstpy.mps.ohio-state.edu' wrote: 
  17.  
  18.  
  19. >I don't know if this is your problem, but if you want 
  20. >to link with a .DLL in Borland C++, use the IMPLIB facility. 
  21. >This creates a .LIB file from you .DLL, which you link 
  22. >with your application. The .LIB contains information as to 
  23. >how the .DLL is used. 
  24. >-Garrett 
  25. To original poster:  If the above doesn't work for you -- although 
  26. it's likey that it will -- e-mail me for sample code on how to do 
  27. it lacking an import library. 
  28.  
  29.  
  30. -- 
  31.  
  32. Pete
  33.